lcColorSavePalette Home

Saves LiteCAD color palette into a file.

 BOOL lcColorSavePalette (
   LPCWSTR szFileName,
   HANDLE hWnd
 );

Parameters
szFileName
  Filename. If empty string is specified then function will call a dialog where user can input the filename.
hWnd
  Handle of parent window for "Save File" dialog. Used only if szFileName is empty string.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  ColorslcColorLoadPalette